Skip to content

Update dagster requirement from >=1.13.11 to >=1.13.17 - #128

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gte-1.13.17
Open

Update dagster requirement from >=1.13.11 to >=1.13.17#128
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gte-1.13.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dagster to permit the latest version.

Release notes

Sourced from dagster's releases.

1.13.17 (core) / 0.29.17 (libraries)

New

  • An asset whose materialization failures are all pending an automatic retry now reports a WARNING health status instead of DEGRADED, and Slack, Microsoft Teams, and email alerts render a "Failed, retry pending" line for it.
  • [ui] The asset graph sidebar's search now matches only assets shown in the sidebar, matches on the full asset key as well as the displayed name, lists results alphabetically, and shows the namespace for results whose name is ambiguous.
  • [ui] Added a "Copy asset key" item to the asset node context menu.
  • [ui] Added a SLURM kind tag icon. (Thanks, @​geoHeil!)
  • [dagster-snowflake] SnowflakeDbtProjectComponent now accepts a defs_state configuration, matching DbtCloudComponent, so deployments can opt into versioned state storage instead of the local filesystem.

Bugfixes

  • [dg] Fixed an issue where a Hybrid deployment running on Kubernetes could be misidentified as Serverless, causing PEX-configured builds to be packaged as Docker images.
  • [dg] Relaxed the tomlkit version constraint to allow newer releases. (Thanks, @​geoHeil!)
  • [ui] Fixed the asset graph sidebar to sort assets by their displayed name rather than their full asset key.
  • [ui] Fixed an issue where text in the search UI was truncated earlier than necessary.
  • [dagster-cloud] The Kubernetes agent now degrades gracefully when its service account is not permitted to manage ConfigMaps, launching code servers without fast in-place reload rather than failing to deploy the code location. Granting the agent's Role permissions on configmaps, which the latest agent Helm chart includes, restores fast reloads.
  • [dagster-snowflake] Fixed several issues in SnowflakeDbtProjectComponent: the observation sensor could eventually report Dagster-triggered runs as externally triggered, executing a subset failed when dbt built models outside the requested subset, and a genuine import error in an optional dependency could silently hide the component.
  • [dagster-spark] Fixed a command injection issue in spark_resource and create_spark_op: spark-submit is now invoked directly instead of through a shell, so shell metacharacters in application_arguments are no longer interpreted. Multiple and quoted arguments continue to work.
  • [dagster-tableau] Fixed an issue where empty workbooks could cause code location loads to fail.

Documentation

  • Documented how to connect to the Dagster+ MCP server using OAuth.
  • Corrected the Helm repository and chart names in the Kubernetes agent configuration reference.
  • Integration pages can now be filtered by tag.
Changelog

Sourced from dagster's changelog.

1.13.17 (core) / 0.29.17 (libraries)

New

  • [ui] The asset graph sidebar's search now matches only assets shown in the sidebar, matches on the full asset key as well as the displayed name, lists results alphabetically, and shows the namespace for results whose name is ambiguous.
  • [ui] Added a "Copy asset key" item to the asset node context menu.
  • [ui] Added a SLURM kind tag icon. (Thanks, @​geoHeil!)

Bugfixes

  • [dg] Fixed an issue where a Hybrid deployment running on Kubernetes could be misidentified as Serverless, causing PEX-configured builds to be packaged as Docker images.
  • [dg] Relaxed the tomlkit version constraint to allow newer releases. (Thanks, @​geoHeil!)
  • [ui] Fixed the asset graph sidebar to sort assets by their displayed name rather than their full asset key.
  • [ui] Fixed an issue where text in the search UI was truncated earlier than necessary.
  • [dagster-cloud] The Kubernetes agent now degrades gracefully when its service account is not permitted to manage ConfigMaps, launching code servers without fast in-place reload rather than failing to deploy the code location. Granting the agent's Role permissions on configmaps, which the latest agent Helm chart includes, restores fast reloads.
  • [dagster-spark] Fixed a command injection issue in spark_resource and create_spark_op: spark-submit is now invoked directly instead of through a shell, so shell metacharacters in application_arguments are no longer interpreted. Multiple and quoted arguments continue to work.
  • [dagster-tableau] Fixed an issue where empty workbooks could cause code location loads to fail.

Documentation

  • Documented how to connect to the Dagster+ MCP server using OAuth.
  • Corrected the Helm repository and chart names in the Kubernetes agent configuration reference.
  • Integration pages can now be filtered by tag.

1.13.16 (core) / 0.29.16 (libraries)

New

  • Declarative Automation can now automate jobs, available as a preview feature. Pass an automation_condition to define_asset_job — wrapping an asset-level condition with AutomationCondition.any_job_root_assets_match or AutomationCondition.all_job_root_assets_match — to launch a single run of the job when the condition becomes true. Evaluation history is viewable in the new Automation tab on job pages.
  • [ui] The Components tab for a code location now lists all component instances in the location, not just app-managed ones.

Bugfixes

  • [dagster-airbyte] Fixed a bug where Airbyte API requests were not retried on transient failures, causing syncs to fail after a single transient error despite the request_max_retries setting. (Thanks, @​MercureTony!)

Documentation

  • Clarified the distinction between definition-time and runtime metadata, and documented how to access asset definition metadata from a custom I/O manager.
  • Documented the available configuration options for the Soda integration.

1.13.15 (core) / 0.29.15 (libraries)

New

  • [dagster-snowflake] Added the SnowflakeDbtProjectComponent (Preview) for natively orchestrating dbt projects on Snowflake.

Documentation

  • Added documentation for the Dagster MCP server.

... (truncated)

Commits
  • ba537c9 1.13.17
  • f9fe449 Changelog 1.13.17: add entries for post-cut cherry-picks
  • 0f085fa Changelog 1.13.17 (#26297)
  • ae3faae [oss+cloud] Expose WARNING materialization status through GraphQL, alerts, an...
  • f5f0a13 [cloud] Track up-for-retry state in the asset materialization health consumer...
  • 3a2ff63 SnowflakeDbtProjectComponent follow-up: sensor cursor/dedup fixes, subset-saf...
  • a1f45e7 [ui-components][git-backed][1/n] add cron/date/secret field widget hints to C...
  • b0d1880 [mcp] update docs for oauth (#26194)
  • 662f5b7 [ui-core] Add SLURM kind tag icon (#34075)
  • 8e7f0b7 FE-1181: Scope asset sidebar search to the assets shown in the sidebar (#26146)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dagster](https://github.com/dagster-io/dagster) to permit the latest version.
- [Release notes](https://github.com/dagster-io/dagster/releases)
- [Changelog](https://github.com/dagster-io/dagster/blob/master/CHANGES.md)
- [Commits](dagster-io/dagster@1.13.11...1.13.17)

---
updated-dependencies:
- dependency-name: dagster
  dependency-version: 1.13.17
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants